type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToBool

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bool.go#L218: 			return scanPlanTextAnyToBool{}
		bool.go#L265: type scanPlanTextAnyToBool struct{}
		bool.go#L267: func (scanPlanTextAnyToBool) Scan(src []byte, dst any) error {